home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7480 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: hermes.is.co.za!news
  2. From: Darryl <dhoward@eastcoast.co.za>
  3. Newsgroups: comp.databases.xbase.misc,comp.databases.paradox,comp.lang.c,comp.lang.c++
  4. Subject: Re: Accessing Paradox or dBase tables from C++ HELP!
  5. Date: Fri, 23 Feb 1996 16:51:12 -0800
  6. Organization: No organisation supplied
  7. Message-ID: <312E6100.B94@eastcoast.co.za>
  8. References: <4gi9t2$ivr@izar.brunel.ac.uk>
  9. NNTP-Posting-Host: sl08.eastcoast.co.za
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b6a (Win16; I)
  14.  
  15. Francesco Fantauzzi wrote:
  16. > Hi.
  17. >    From my C++ application, I need to look for a record (and read it) in
  18. > a Paradox or dBase table. I use Borland C++ 4.0 that, up to my knowledge,
  19. > doesn't include support for DBs. Does anybody out there know about a
  20. > function or class/template library I could use? The main requisites ar
  21. > that it is public domain and works under plain MS-DOS (so, no DLLs).
  22. >    Thanks for any tip,
  23. >       Francesco G. FantauzziHi Francesco,
  24. The dBase data format is well published and it is relatively easy to 
  25. write a routine that reads it. I can upload a Pascal routine for your 
  26. perusal if you need it.
  27. The Paradox Engine is available from Borland with functions to include in 
  28. C and Pascal programs to read Paradox (DOS) tables. Unfortunately it is 
  29. not public domain.
  30.